-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use TS ESLint's no-invalid-this instead #14458
Conversation
Hello @deyaaeldeen! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the API change that Ramya mentioned LGTM! I'm a little hesitant to approve just because of the auto merge label. Thanks for obliging me!
Removing the auto-merge label so that people have time to review if they want to |
00006af
to
f3cf265
Compare
Implements the approach described here: Azure#14406 (comment) to linting `this` references. Reminder to myself: look for typescript-eslint alternatives when the behavior of eslint is not satisfactory.
Implements the approach described here: #14406 (comment) to linting
this
references. Reminder to myself: look for typescript-eslint alternatives when the behavior of eslint is not satisfactory.